CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 十六进制 二进制

搜索资源列表

  1. 二进制转化十六进制浮点数

    0下载:
  2. 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller programming.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39735
    • 提供者:阿勇
  1. 十六进制察看和编辑程序(HEX-VIEW)

    1下载:
  2. HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal probation / editor, while not pe
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3945
    • 提供者:li
  1. 十六进制数转换为等值的二进制数

    0下载:
  2. 编写程序,将键盘接收到的四位十六进制数转换为等值的二进制数,再显示在屏幕上。若输入的不是0-F间的数字,则显示出错信息,并要求重新输入-Preparation procedures, the keyboard received four of sixteen hexadecimal conversion into equivalent binary number, and then displayed on the screen. If the input is not 0-F figures,
  3. 所属分类:汇编语言

    • 发布日期:2017-03-21
    • 文件大小:838
    • 提供者:付雪
  1. 进制转换器

    2下载:
  2. 五、 进制转换器(10) 要求:(1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 ,Friday, hex converter (10) request: (1) may enter the binary, octal, decimal, hexadecimal number (2) will have entered into the rest of the number of h
  3. 所属分类:其他小程序

    • 发布日期:2017-03-02
    • 文件大小:914
    • 提供者:chen fei
  1. calculator.rar

    0下载:
  2. 二进制、十进制、十六进制数字的四则运算及转换,以及二进制的移位操作,Binary, decimal, hexadecimal digits of the four operations and conversion, as well as the binary shift operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:22163
    • 提供者:eefamily
  1. numt_convert.zip

    0下载:
  2. 十进制、八进制、二进制、十六进制的相互转换,Decimal, octal, binary, hexadecimal conversion
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:32838
    • 提供者:fjw
  1. 多字节BCD码转换成十六进制

    1下载:
  2. 多字节十进制整数(压缩BCD码)转换为二进制整数子程序;入口:R0指向多字节十进制整数高位,R1指向结果多字节二进制整数高位,R7=n ;使用A,R0~R7,影响CY
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. JinZhi

    0下载:
  2. VC++ 编写的二进制、八进制、十进制、十六进制之间相互转换代码。-VC++ written in binary, octal, decimal, hexadecimal conversion code between.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:184132
    • 提供者:Lucx
  1. MASM

    1下载:
  2. 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
  3. 所属分类:assembly language

    • 发布日期:2016-01-26
    • 文件大小:31001
    • 提供者:张陆军
  1. Serialport_Data_Anylize_Tool

    0下载:
  2. 串口数据分析工具,能够按照二进制、十六进制和ASCII字符发送和接收串口的数据。-Serial port analization tool. All data from/to serial port can be received/sent in the form of binary, hex and ASCII.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:200020
    • 提供者:wk
  1. BinaryEdit

    0下载:
  2. 用于读写二进制文件。起始地址和结束地址为输入的十六进制。并将指定地址范围的二进制文件内容写入新的文件。-For reading and writing binary files. Start address and end address for the input hexadecimal. And specify the address range of the binary file to write the new contents of the file.
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:1939937
    • 提供者:mr chen
  1. C51prgram2

    0下载:
  2. MCS-51单片机实用子程序库 双字节二进制有符号数除法(补码) 双字节二进制无符号数开平方(快速) 四字节二进制无符号数开平方(快速) 单字节十六进制数转换成双字节ASCII码 ASCII码转换成十六进制数 单字节十六进制整数转换成单字节BCD码整数 双字节十六进制整数转换成双字节BCD码整数 单字节十六进制小数转换成单字节BCD码小数 双字节十六进制小数转换成双字节BCD码小数 单字节BCD码整数转换成单字节十六进制整数 双字节
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:6033
    • 提供者:yyaaa
  1. hexconv

    1下载:
  2. 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
  3. 所属分类:Other windows programs

    • 发布日期:2016-04-22
    • 文件大小:3363
    • 提供者:站长
  1. denbinhex

    0下载:
  2. 转换十六进制, 十进制, 二进制, ASCII码的Visual Basic 6 源代码-This project converts a value of hex (base 16), denary (base 10), binary (base 2) or ascii into each of the others.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:8208
    • 提供者:laimijun
  1. serial

    3下载:
  2. 串口编程调试精灵,利用VB编写的串口调试软件,实现在线设置通信速率、奇偶校验、通信口而无须重新启动程序,可以设置定时发送的数据和时间间隔,可以自动显示接受到的数据并能在字符、十六进制和二进制之间自由切换,自动保存设置参数。-Debug serial programming wizard, VB prepared using serial debugging software, set up online communication rate, parity, oral communication
  3. 所属分类:界面编程

    • 发布日期:2014-01-15
    • 文件大小:7557
    • 提供者:小何
  1. BaseConversion

    0下载:
  2. 进制之间的转换,二进制、八进制、十进制和十六进制的互相转换。-Conversion between hexadecimal, binary, octal, decimal and hexadecimal conversion of each other.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:12083
    • 提供者:翟健爽
  1. ConvNums

    0下载:
  2. 实现十进制,二进制和十六进制的相互转换。-The realization of the decimal, binary and hexadecimal conversion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1894778
    • 提供者:王的
  1. converter

    0下载:
  2. (1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 -(1) may enter the binary, octal, decimal, hexadecimal numbers (2) the number has been entered into the rest of the number of hex (3) with input and output interfaces.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2049
    • 提供者:LCC
  1. VB十六进制转换工具V1.0源代码和程序szd

    1下载:
  2. 将十六进制与二进制 十进制互相转换的工具,范围0-32767(A tool that converts sixteen decimal and binary decimal, range 0-32767)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:kenyi2007
  1. 汉字转二进制、十六进制工具

    1下载:
  2. 汉字转二进制、十六进制工具,方便大家游戏封包收索(Chinese characters to binary, sixteen hexadecimal tools, convenient for everyone to play the game packets.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:284672
    • 提供者:ofor520
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com